From 6ec546be02079b5ff3f5bdb034c119a635362b9a Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 11 Feb 2020 20:46:19 +0800 Subject: [PATCH] tests/frame-stats.c: Include stdlib.h It is used for exit(). --- tests/frame-stats.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/frame-stats.c b/tests/frame-stats.c index 289a70c6b7..a9fb004072 100644 --- a/tests/frame-stats.c +++ b/tests/frame-stats.c @@ -1,6 +1,7 @@ /* -*- mode: C; c-basic-offset: 2; indent-tabs-mode: nil; -*- */ #include +#include #include "frame-stats.h" #include "variable.h" -- 2.30.2